home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <html lang="en"><head><title><dtml-var title_or_id></title></head>
- <body bgcolor="#FFFFFF" link="#000099" vlink="#555555">
- <dtml-var manage_tabs>
-
- <form action="manage_edit">
- <table>
- <tr>
- <td valign=top>
- Select the kinds of things<br>
- that can be added to objects<br>
- of this kind:
- </td>
- <td>
- <select name="meta_types:list" size=10 multiple>
- <dtml-with "_(selected=selected_meta_types())">
- <dtml-in possible_meta_types mapping>
- <option
- <dtml-if "name in selected">selected</dtml-if>
- ><dtml-var name></option>
- </dtml-in>
- </dtml-with>
- </select>
- </td>
- </tr>
- <tr><td colspan=2>
- Objects should appear in folder lists?
- <input type=checkbox name=isFolderish value="Y"
- <dtml-if isFolderish>CHECKED</dtml-if>
- ></td></tr>
- </tr>
- <tr><td colspan=2 align=center>
- <input type=submit value=" Change "></td></tr>
- </tr>
- </table></form>
- </body></html>
-